home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gClickle
- if gClickle = 1 then
- puppetSound(0)
- end if
- if gClickle = 1 then
- play frame "New"
- end if
- if gClickle = 2 then
- puppetSound(0)
- end if
- if gClickle = 2 then
- play frame "Party"
- end if
- if gClickle = 3 then
- play frame "Mono"
- end if
- if gClickle = 4 then
- play frame "Hug"
- end if
- if gClickle = 5 then
- play frame "Dumb"
- end if
- if gClickle = 6 then
- play frame "Upgrade"
- end if
- if gClickle = 7 then
- play frame "Where"
- end if
- if gClickle = 8 then
- play frame "END"
- end if
- updateStage()
- play frame "Shake it!"
- end
-